+2008-06-12 Øyvind Kolås <pippin@gimp.org>
+
+ * Makefile.am: added TODO
+ * docs/index-static.html.in: moved TODO list from here
+ * TODO: to here, also edited it a bit.
+ * docs/Makefile.am: include TODO in result.
+
2008-06-12 Øyvind Kolås <pippin@gimp.org>
* docs/index-static.html.in: reindented code, documented BABL_ERROR.
COPYING.LESSER \
INSTALL \
NEWS \
+ TODO \
ChangeLog \
autogen.sh \
babl.pc.in
--- /dev/null
+<h2>TODO</h2>
+
+<ul>
+ <li>Support for conversions between formats that have higher dimensionality than RGBA. (arbitrary meaningless components)</li>
+ <li>Support for datatypes that are not a multiple of 8bit.</li>
+ <li>dithering</li>
+ <li>dynamic data attached to format, or internal handling of icc through
+ a registered set of profiles</li>
+ <li>
+ Stocastic runtime profiling with running average of the peformance for
+ conversions, to avoid problems incurred if other cpu intense is happening
+ when babl tests a conversions. </li>
+</ul>
index.html: index-static.html \
$(babl_html_dump) \
$(top_srcdir)/AUTHORS \
+ $(top_srcdir)/TODO \
$(top_srcdir)/NEWS \
BablFishPath.txt \
Makefile.am
$(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt
$(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
+ $(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO
$(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
echo " [OK]"
-->
<a name='TODO'></a>
- <h2>TODO</h2>
-
- <ul>
- <li>Validate that a created BablFishPath is actually faster than the
- BablFishReference it is a replacement for.</li>
- <li>Compile-time instead of runtime profiling / storage of profiling
- and loss data.. <em>(The speed of conversions
- is bound to 'wobble', according to architecture, compiler flags,
- concurrently running processes and phase of moon.)</em></li>
- <li class='unstable'>Horizontal chroma subsampling (4:2:2 and 4:1:1)</li>
- <li>Thread safety (locking) for mutations of the type system.</li>
- <li>Support for conversions between formats that have higher dimensionality than RGBA.</li>
- <li>Support for datatypes that are not a multiple of 8bit.</li>
- <li>dithering</li>
- </ul>
+<!--TODO-->
<a name='Copyright'></a>
<h2>Copyright</h2>